FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.1-dft (93 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.1-dft&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
Url http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
Version 1.0.0
Status draft
Name Communication
Title Communication
Experimental False
Authority national
Description Communication resource is used to achieve the bi-directional communication between two systems. The Communication resource can be used to ask questions regarding a referral, request a referral be updated with missing information, or request additional information not covered by the specific referral dataset.
Type Communication
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Bundle Bundle
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader MessageHeader
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Task Task

Resources that this resource uses

StructureDefinition
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient Patient
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole PractitionerRole
http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest
http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category Communication Category


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "CA-eReC-Communication",
  "url" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication",
  "version" : "1.0.0",
  "name" : "Communication",
  "title" : "Communication",
  "status" : "draft",
  "description" : "Communication resource is used to achieve the bi-directional communication between two systems. The Communication resource can be used to ask questions regarding a referral, request a referral be updated with missing information, or request additional information not covered by the specific referral dataset.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Communication",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Communication.basedOn",
        "path" : "Communication.basedOn",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Communication.basedOn.reference",
        "path" : "Communication.basedOn.reference",
        "mustSupport" : true
      },
      {
        "id" : "Communication.basedOn.identifier",
        "path" : "Communication.basedOn.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Communication.basedOn.identifier.system",
        "path" : "Communication.basedOn.identifier.system",
        "mustSupport" : true
      },
      {
        "id" : "Communication.basedOn.identifier.value",
        "path" : "Communication.basedOn.identifier.value",
        "mustSupport" : true
      },
      {
        "id" : "Communication.inResponseTo",
        "path" : "Communication.inResponseTo",
        "mustSupport" : true
      },
      {
        "id" : "Communication.status",
        "path" : "Communication.status",
        "fixedCode" : "completed",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/event-status"
        }
      },
      {
        "id" : "Communication.category",
        "path" : "Communication.category",
        "mustSupport" : true,
        "binding" : {
          "strength" : "example",
          "valueSet" : "http://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category"
        }
      },
      {
        "id" : "Communication.subject",
        "path" : "Communication.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Communication.subject.reference",
        "path" : "Communication.subject.reference",
        "mustSupport" : true
      },
      {
        "id" : "Communication.subject.identifier",
        "path" : "Communication.subject.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Communication.subject.identifier.system",
        "path" : "Communication.subject.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.subject.identifier.value",
        "path" : "Communication.subject.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.sent",
        "path" : "Communication.sent",
        "mustSupport" : true
      },
      {
        "id" : "Communication.received",
        "path" : "Communication.received",
        "mustSupport" : true
      },
      {
        "id" : "Communication.sender",
        "path" : "Communication.sender",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Communication.sender.reference",
        "path" : "Communication.sender.reference",
        "mustSupport" : true
      },
      {
        "id" : "Communication.sender.identifier",
        "path" : "Communication.sender.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Communication.sender.identifier.system",
        "path" : "Communication.sender.identifier.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.sender.identifier.value",
        "path" : "Communication.sender.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.payload",
        "path" : "Communication.payload",
        "mustSupport" : true
      },
      {
        "id" : "Communication.payload.content[x]",
        "path" : "Communication.payload.content[x]",
        "type" : [
          {
            "code" : "string"
          },
          {
            "code" : "Attachment"
          }
        ],
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.